home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr11 / pcv06n01.zip / MARQUEE.DOC < prev    next >
Text File  |  1993-06-07  |  2KB  |  39 lines

  1. MARQUEE.DOC               January 1993              David Rygmyr
  2. ----------------------------------------------------------------
  3. Purpose:       Basic screen saver for DOS and QBasic Runtime.
  4.  
  5. Format:        QBASIC /RUN MARQUEE.BAS
  6.  
  7.                (This assumes you have both MARQUEE.BAS and 
  8.                QBASIC.EXE in your DOS path.)
  9.  
  10. Comment:       Create a batch file called MARQUEE.BAT that
  11.                types the above "Usage" text for you.
  12.  
  13. Remarks:       Screen savers are neither new nor exciting but
  14.                their virtues are legendary. While you're away
  15.                from your PC, a screen saver prevents the electron
  16.                gun in your monitor's cathode ray tube (CRT) from
  17.                overstimulating the phosphors that coat the inside
  18.                of your screen which, over time, would reduce 
  19.                their luminosity and could cause characters to be
  20.                burned into the screen. The classic screen saver
  21.                is memory resident--and like any TSR, it hogs
  22.                system resources and conflicts with most drivers
  23.                and programs you want to run.
  24.  
  25.                MARQUEE.BAS is an alternative.  It is a QBasic
  26.                program you can use to blank your screen or display
  27.                with a scrolling message of up to 79 characters
  28.                (that is, a screen's width less 1 character).
  29.  
  30.                This screen saver is compatible with Windows 3.1.
  31.                Add a program icon to one of your groups called 
  32.                MARQUEE. For the command line syntax, use the 
  33.                QBASIC /RUN syntax listed above. Then, when you
  34.                want a quick screen saver in Windows, click on the
  35.                icon and type in a quick message and your screen
  36.                will be blanked with the quick message you typed
  37.                until you restore the screen upon your return.
  38.  
  39.